type context.withoutCancelCtx
8 uses
context (current package)
context.go#L580: return withoutCancelCtx{parent}
context.go#L583: type withoutCancelCtx struct {
context.go#L587: func (withoutCancelCtx) Deadline() (deadline time.Time, ok bool) {
context.go#L591: func (withoutCancelCtx) Done() <-chan struct{} {
context.go#L595: func (withoutCancelCtx) Err() error {
context.go#L599: func (c withoutCancelCtx) Value(key any) any {
context.go#L603: func (c withoutCancelCtx) String() string {
context.go#L779: case withoutCancelCtx:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)